home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Web Pages 2004 September
/
PracticalWebPages-WPG13-09-2004-Coverdisc.iso
/
pc
/
Software
/
Toolkit
/
Sothink SWF Quicker 1.5
/
data1.cab
/
Public_Files
/
Classes
/
Boolean.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-14
|
352 b
|
7 lines
class Boolean
{
function toString() // Returns the string representation ("true" or "false") of the Boolean object.
function valueOf() // Returns true if the primitive value type of the specified Boolean object is true, false if it is false.
}